feat(assemblies): add karaf-light distribution using the simple feature resolver - #2860
Merged
Merged
Conversation
…re resolver Add a new apache-karaf-light assembly, matching the default distribution's feature set, but with resolver=simple set by default in etc/org.apache.karaf.features.cfg so features and bundles are installed in declaration order without the OSGi resolver.
Test Results 705 files 705 suites 1h 17m 43s ⏱️ Results for commit d74f5aa. |
Member
Author
|
This correspond to the discussion on the mailing list (https://lists.apache.org/thread/klt1wl9lmxq54gxn3lw23qor2dx76tdd). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
apache-karaf-lightassembly (assemblies/apache-karaf-light) with the same feature set as the defaultapache-karafdistribution (framework, standard, specs, spring, enterprise features; same startup/boot/installed features).etc/org.apache.karaf.features.cfghasresolver=simpleset by default, so features and bundles are installed in declaration order using the simple feature resolver added in feat(features): add simple feature resolver bypassing OSGi capabilities resolution #2308, instead of the default OSGi capabilities resolver.assemblies/pom.xml.Test plan
mvn -pl assemblies/apache-karaf-light installbuilds successfully and producesapache-karaf-light-<version>.tar.gz/.zip.etc/org.apache.karaf.features.cfghasresolver=simplewhilefeaturesBoot/featuresRepositoriesare still correctly populated.mvn -pl assemblies/apache-karaf-light install -Ptestbuilds successfully (CI profile, matching the other distributions).